projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a83e9dc
)
(view-emacs-news): Fix typo in error message.
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:46:23 +0000
(
02:46
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 6 Nov 2006 02:46:23 +0000
(
02:46
+0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index 34b1a2fac61804a0cb15ce0ea544888703efbcca..08899d61415c0a80fe6cf90ad98ea73c889a54a2 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-361,7
+361,7
@@
With argument, display info only for the selected version."
((<= version 18)
(setq version (format "%d" version)))
((> version emacs-major-version)
- (error "No news about
e
macs %d (yet)" version))))
+ (error "No news about
E
macs %d (yet)" version))))
(let* ((vn (if (stringp version)
(string-to-number version)
version))